Merged
Conversation
Contributor
Author
|
@awais786 PR is ready for review |
c4a3b57 to
26aa6fc
Compare
Contributor
|
@Talha-Rizwan looks like there are some failing tests, can you update the branch to get the build green again? |
6309107 to
5113c92
Compare
Contributor
Author
|
@feanil I've updated the PR, Please take a look at it whenever convenient. |
awais786
approved these changes
Jun 4, 2025
Contributor
|
@awais786 thanks for reviewing, feel free to merge if it looks good to you, you don't need to wait on my review for these if they look good to you. |
Contributor
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
Contributor
|
2U Release Notice: This PR has been deployed to the edX production environment. |
marlonkeating
pushed a commit
that referenced
this pull request
Jul 15, 2025
* feat: export ora2 data to DRF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#35352 issue for tracking
Description
Converts the function-based export_ora2_data view to a DRF class-based view
This change maintains all existing functionality while providing a more standardized API structure.
Key changes:
To Test the api, try POST request on this url
expected response:
{"status": "The ORA data report is being created. To view the status of the report, see Pending Tasks below."}a celery task will be triggered and a csv file will be generated.
verify via instructor dashbaord
go to this page
click on the button "Generate ORA Data Report"
A csv file will be ready to be downloaded once the celery task is completed
output like this will be generated:
